| Einhugur Word Plugin for Xojo |
|
Paragraph.RightIndent Method
Gets or set right indent for the paragraph.
Parameters
- unit
- The unit of the value to be set.
- value (assignment parameter)
- The value to set when using the setter.
Returns
- Double
- The returned value when using the getter.
Remarks
var p as Paragraph = doc.AppendParagraph("My paragraph. ")
p.RightIndent(EinhugurWord.Units.CM) = 11.2
See Also
Paragraph Class